home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / RCP.jar / com / extensibility / app / BaseApplication$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-08-03  |  755 b   |  14 lines

  1. package com.extensibility.app;
  2.  
  3. import com.extensibility.util.Debug;
  4.  
  5. final class BaseApplication$2 implements Debug.Catcher {
  6.    public void catchException(Exception var1) {
  7.       DialogFactory.showDebugException(var1);
  8.    }
  9.  
  10.    public void catchThrowable(Throwable var1) {
  11.       DialogFactory.showException(Desktop.getFrontDocWindow(), 0, var1);
  12.    }
  13. }
  14.